|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IIncludeDispatcher
A dispatcher that suspends the current process, forwards control to another process, and resumes the current process when the target process completes.
| Method Summary | |
|---|---|
void |
setParameterValue(java.lang.String name,
java.lang.String value)
Configures a parameter set when the current process resumes. |
void |
setParameterValues(java.lang.String name,
java.lang.String[] values)
Configures a parameter set when the current process resumes. |
| Methods inherited from interface org.eclipse.vtp.framework.common.controller.IDispatcher |
|---|
enqueue, process |
| Method Detail |
|---|
void setParameterValue(java.lang.String name,
java.lang.String value)
name - The name of the parameter to set.value - The value to set the parameter to.
void setParameterValues(java.lang.String name,
java.lang.String[] values)
name - The name of the parameter to set.values - The values to set the parameter to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||